home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2001 September
/
PCpro_2001_09.ISO
/
autodemo
/
personal_main.swf
/
scripts
/
DefineButton2_583
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-24
|
533 b
|
24 lines
on(release){
setProperty("/control", _X, - Number(554));
tellTarget("/section_title")
{
gotoAndStop("show_creative");
play();
tellTarget("/question_space")
{
gotoAndStop("show_creative");
play();
tellTarget("/subnav_grid")
{
gotoAndStop("show_creative");
play();
tellTarget("/prev_next")
{
gotoAndStop("creative");
play();
}
}
}
}
}